comment
news
apps
browse
insights
charts
code_blocks
dev
log in
book
Documentation
quick_reference_all
Api Reference
browser_updated
Api Changes
Sandbox.Utility.CircularBuffer
<
T
>
.IsFull
bool
IsFull
{
get
;
set
;
}
Description
Boolean indicating if Circular is at full capacity. Adding more elements when the buffer is full will cause elements to be removed from the other end of the buffer.
Return
User Comments
Properties
Capacity
IsEmpty
IsFull
Item
Size
Methods
Back
Clear
Front
GetEnumerator
PopBack
PopFront
PushBack
PushFront
ToArray
ToArraySegments